.bold {
    font-weight: 700;
}

.px20 {
    font-size: 20px;
}

.px25 {
    font-size: 25px;
}

.px30 {
    font-size: 30px;
}

.px35 {
    font-size: 35px;
}


/*# sourceMappingURL=index.css.map */

.clockdate-wrapper {
    background-color: #fff;
    padding: 3px;
    max-width: 350px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

#clock {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    text-shadow: 0px 0px 1px #fff;
    color: #333;
    font-weight: 700;
}

#clock span {
    color: #888;
    text-shadow: 0px 0px 1px #333;
    font-size: 12px;
}

#date {
    letter-spacing: 1px;
    font-size: 12px;
    font-family: arial, sans-serif;
    color: #333;
    font-weight: 700;
}

.release-title {
    display: flex;
    justify-content: space-between;
}

.button {
    padding: 8px 14px;
    color: white;
    background: #04448c;
    border-radius: 10px;
    border: none;
}

.button:hover {
    background: #04448c90;
}